const math/big.divRecursiveThreshold

3 uses

	math/big (current package)
		natdiv.go#L615: 	if n < divRecursiveThreshold {
		natdiv.go#L723: const divRecursiveThreshold = 100
		natdiv.go#L768: 	if n < divRecursiveThreshold {